type net/http.http2Flags
25 uses
net/http (current package)
h2_bundle.go#L1633: type http2Flags uint8
h2_bundle.go#L1636: func (f http2Flags) Has(v http2Flags) bool {
h2_bundle.go#L1643: http2FlagDataEndStream http2Flags = 0x1
h2_bundle.go#L1644: http2FlagDataPadded http2Flags = 0x8
h2_bundle.go#L1647: http2FlagHeadersEndStream http2Flags = 0x1
h2_bundle.go#L1648: http2FlagHeadersEndHeaders http2Flags = 0x4
h2_bundle.go#L1649: http2FlagHeadersPadded http2Flags = 0x8
h2_bundle.go#L1650: http2FlagHeadersPriority http2Flags = 0x20
h2_bundle.go#L1653: http2FlagSettingsAck http2Flags = 0x1
h2_bundle.go#L1656: http2FlagPingAck http2Flags = 0x1
h2_bundle.go#L1659: http2FlagContinuationEndHeaders http2Flags = 0x4
h2_bundle.go#L1661: http2FlagPushPromiseEndHeaders http2Flags = 0x4
h2_bundle.go#L1662: http2FlagPushPromisePadded http2Flags = 0x8
h2_bundle.go#L1665: var http2flagName = map[http2FrameType]map[http2Flags]string{
h2_bundle.go#L1729: Flags http2Flags
h2_bundle.go#L1766: name := http2flagName[h.Type][http2Flags(1<<i)]
h2_bundle.go#L1818: Flags: http2Flags(buf[4]),
h2_bundle.go#L1916: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
h2_bundle.go#L2276: var flags http2Flags
h2_bundle.go#L2458: var flags http2Flags
h2_bundle.go#L2687: var flags http2Flags
h2_bundle.go#L2854: var flags http2Flags
h2_bundle.go#L2953: var flags http2Flags
h2_bundle.go#L2975: func (f *http2Framer) WriteRawFrame(t http2FrameType, flags http2Flags, streamID uint32, payload []byte) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)